home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Core Concepts in Art 2
/
Core Concepts in Art (Frames of Reference)(The McGraw-Hill Companies)(2004).iso
/
mac
/
media
/
guess.swf
/
scripts
/
DefineButton2_30
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2003-11-28
|
141b
|
11 lines
on(release){
if(xMark_mc._visible == 0)
{
xMark_mc._visible = 1;
}
else
{
xMark_mc._visible = 0;
}
}